home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / ATEASY_1.ZIP / README.1ST < prev    next >
Text File  |  1993-05-21  |  35KB  |  1,067 lines

  1. ATEasy version 2.0 
  2. Copyright (c) 1991,1992, 1993 Geotest Inc.  
  3. All Rights Reserved.  
  4.  
  5. HPIB.DLL 
  6. Copyright (c) Hewlett-Packard Corp 
  7. All Rights Reserved 
  8. ==================================  
  9.  
  10. This text file contains installation notes for version 2.0 as well as 
  11. additional technical notes for new users and new features which are 
  12. not covered by the User Manual. 
  13.  
  14. The following topics are covered:  
  15.  
  16.      1. Packing List     .    .    .    .    .    Page 2 
  17.  
  18.      2. Notes about ATEasy 2.0     .    .    .    Page 5
  19.  
  20.      3. What's new in Version 2.0  .    .    .    Page 7 
  21.  
  22.      4. Detailed Release update for version 2.0   Page 8
  23.  
  24.      5. Technical Support.    .    .    .    .    Page 25 
  25.  
  26.      6. Trademark Notes  .    .    .    .    .    Page 25 
  27.  
  28.  
  29.  
  30.    ================================================================= 
  31.    |                                                               | 
  32.    |                            NOTE:                              | 
  33.    |                           -------                             | 
  34.    |                                                               | 
  35.    |  To install ATEasy from the DOS C:> prompt type:              |
  36.    |                                                               | 
  37.    |            A:Setup                                            |
  38.    |                                                               | 
  39.    |  To install ATEasy from Windows select FILE-RUN and type:     |
  40.    |            A:Setup                                            |
  41.    |                                                               | 
  42.    ================================================================= 
  43.  
  44.  
  45.                               --  Page 1  -- 
  46.  
  47. Packing List:  
  48. =============  
  49.  
  50. ATEasy is shipped on two 1.44MB (3-") floppy disks. These disks contain
  51. the following files:  
  52.  
  53. DISK #1:
  54. =========
  55.  
  56. Installation-Related Files:
  57. ---------------------------
  58.    ATEASY  .INF  \
  59.    ATEASY  .MS_   \
  60.    COMMDLG .DLL    \
  61.    DDEML   .DLL     \
  62.    MSCOMSTF.DLL      \
  63.    MSCUISTF.DLL       \
  64.    MSCUISTF.IN_        \
  65.    MSDETECT.IN_         \
  66.    MSDETSTF.DLL          |  These files are required for installation
  67.    MSINSSTF.DLL          |  purposes only. Theye will be copied however
  68.    MSSHLSTF.DLL          |  to your hard disk for future Setup changes.
  69.    MSUILSTF.DLL         /
  70.    SETUP   .EXE        /
  71.    SETUP   .LST       /
  72.    SETUPAPI.IN_      /
  73.    SHELL   .DL_     /
  74.    TOOLHELP.DLL    /
  75.    VER     .DL_   /
  76.    _MSTEST .EXE  /
  77.  
  78. ATEasy Files:
  79. -------------
  80.    ATEASY  .CFG - ATEasy Configuration File
  81.    ATEASY  .EX_ - ATEasy executeable file (compressed)
  82.    ATEASY  .HL_ - ATEasy Help file (compressed)
  83.    ATEASY  .INI - ATEasy initializaton file
  84.    README  .1ST - This file
  85.    README  .INS - ATEasy instrument drivers list
  86.    FREEDLL .EXE - A utility to remove DLLs from memory
  87.  
  88. ATEasy Hardware Drivers:
  89. ------------------------
  90.    GPIBCEC .DLL - GPIB Device driver for Keithley/CEC GPIB boards.
  91.    GPIBDRV .DLL - The actual GPIB driver used by ATEasy (default is None)
  92.    GPIBHP  .DLL - GPIB Device driver for Hewlett Packard's GPIB boards.
  93.    GPIBNI  .DLL - GPIB Device driver for National Instrument's GPIB boards.
  94.    GPIBNULL.DLL - Device driver to install if no GPIB board is being used.
  95.    HPIB    .DLL - Hewlett Packard's GPIB driver.
  96.    VXIDRV  .DLL - The actual VXI driver used by ATEasy (default is None)
  97.    VXINI   .DLL - VXI Device driver for National Instruments' VXI family.
  98.    VXINULL .DLL - Device driver to install if no VXI interface is being used.  
  99.    WIN488  .DLL - Keithley/CEC's GPIB driver.
  100.  
  101.                               --  Page 2  -- 
  102.  
  103. DISK #2:
  104. =========
  105.  
  106. ATEasy Files:
  107. -------------
  108. ATEZUSER.INS - ATEasy graphics device driver
  109. ATEZUSER.DL_ - ATEasy graphics device driver's DLL (compressed)
  110. DLGEASY .EX_ - The Dialog Editor (compressed)
  111. ATEASYDL.H   - ATEasy interface file for DLLs (Microsoft C)       
  112. ATEASYDL.PAS - ATEasy interface file for DLLs (Pascal)       
  113. LIBENTRY.ASM - Source code for DLL development in Microsoft C
  114. LIBENTRY.OBJ - Object code for linking Microsoft C DLLs
  115.  
  116. Example Files:
  117. --------------
  118. AUTO-SUB.PRG - An example program demonstrating Automatic Subroutines
  119. BURNIN  .PRG - An example program demonstrating ATEasy Dialogs
  120. BURNIN  .DLG - Dialog file for BURNIN.PRG
  121. DIALOGS .PRG - An example program demonstrating ATEasy Dialogs
  122. DIALOGS .DLG - Dialog file for DIALOGS.PRG
  123. DLLEXAMP.     \ 
  124. DLLEXAMP.C     \
  125. DLLEXAMP.CFG    \
  126. DLLEXAMP.DEF     | A complete example how to work with DLLs including
  127. DLLEXAMP.DLL     | source files, make files, driver, configuration and
  128. DLLEXAMP.INS     | a DLL. Examples provided for Microsoft C and Borland's
  129. DLLEXAMP.MAK     | Turbo Pascal for Windows.
  130. DLLEXAMP.PAS    /
  131. DLLEXAMP.PRG   /
  132. DLLEXAMP.PRJ  /
  133. DMM     .PRG - An example program for Fluke 8840A DMM
  134. DMM     .CFG - Configuration file for DMM.PRG
  135. EXCELDDE.PRG - An example demonstrating DDE capabilities
  136. LANGUAGE.PRG - An example of ATEasy language
  137. USER    .PRG - ATEZUSER control calls example
  138. USER    .CFG - Configuration file for USER.PRG
  139. WINUSER .PRG - An example of direct Windows API calls
  140. WINUSER .CFG - Configuration file for WINUSER.PRG
  141. WINUSER .INS - Instrument driver for WINUSER.PRG
  142.  
  143.  
  144.                               --  Page 3  -- 
  145.  
  146.  
  147. Instrument Drivers:
  148. -------------------
  149. CDS-353 .INS - Driver for TEK/CDS switching cards
  150. DALE-480.INS - Driver for Dale's APD-480 display/touch panel
  151. DSA-16  .INS - Driver for DSA's PC based switching card
  152. DSA-16  .DLL - DLL for DSA-16.INS
  153. MB_AWFG .INS - Driver for Metrabyte's PCIP-AWFG
  154. MB_SCOPE.INS - Driver for Metrabyte's PCIP-SCOPE
  155. PCL-860 .INS - Driver for Advantech's PC-Based DMM
  156. PCL-860 .DLL - DLL for PCL-860.INS
  157. R1260-01.INS - Driver for Racal-Dana's Switching Cards
  158. R126020 .INS - Driver for Racal-Dana's Switching Cards
  159. R126030A.INS - Driver for Racal-Dana's Switching Cards
  160. R126030B.INS - Driver for Racal-Dana's Switching Cards
  161. R126030C.INS - Driver for Racal-Dana's Switching Cards
  162. R126030D.INS - Driver for Racal-Dana's Switching Cards
  163. R126040A.INS - Driver for Racal-Dana's Switching Cards
  164. R126040B.INS - Driver for Racal-Dana's Switching Cards
  165. R126040C.INS - Driver for Racal-Dana's Switching Cards
  166. SM-1020 .INS - Driver for Signametrics Arbitrary Function Gen
  167.  
  168. Note:
  169. ------
  170.  
  171. Many more additional drivers are available, please call the ATEasy BBS
  172. at (714) 263-1202.
  173.  
  174. The ATEasy BBS operates 24 hours a day, you will need a modem configured
  175. for 2400 Baud, 8 Bit, 1 Stop Bit, No parity.
  176.  
  177.  
  178.                               --  Page 4  -- 
  179.  
  180. Notes about ATEasy 2.0:  
  181. =======================
  182.   
  183. The following notes provide important information which may not be 
  184. included in the ATEasy User Manual or covered by the on-line Help 
  185. feature of ATEasy. The topics covered in the following paragraph are: 
  186.  
  187.      * CONFIG.SYS  
  188.      * AUTOEXEC.BAT  
  189.      * Possible problems when using RS-232 COM ports.  
  190.  
  191. CONFIG.SYS  
  192. ----------  
  193. When installing Microsoft Windows, the SETUP file modifies the 
  194. CONFIG.SYS file. These changes are required in order for Windows and 
  195. ATEasy to operate properly. The following statements should appear in 
  196. your CONFIG.SYS file:  
  197.  
  198.                        Device=himem.sys  
  199.                        Device=smartdrv.sys   
  200.                        Files=30 
  201.                        Buffers=20 
  202.  
  203. For optimum performance, the first statement (device=himem.sys) MUST 
  204. be placed as the FIRST statement of the CONFIG.SYS file. The second 
  205. statement (device=smartdrv.sys) is not required although highly 
  206. recommended. For more information on these commands please refer to 
  207. Microsoft Windows User Guide or MS-DOS user guide.  
  208.  
  209.      ============================================================
  210.      |                                                          |
  211.      |  AVOID STARTING ANY UNNECESSARY MEMORY-RESIDENT SOFTWARE |
  212.      |  (TSR) FROM YOUR CONFIG.SYS FILE.                        |
  213.      |                                                          |
  214.      ======================